SetScriptSourceResponse
data class SetScriptSourceResponse(callFrames: List<CallFrame>?, stackChanged: Boolean?, asyncStackTrace: StackTrace?, asyncStackTraceId: StackTraceId?, exceptionDetails: ExceptionDetails?)
Content copied to clipboard
Represents response frame that is returned from Debugger#setScriptSource operation call. Edits JavaScript source live.
See also
Constructors
SetScriptSourceResponse
Link copied to clipboard
fun SetScriptSourceResponse(callFrames: List<CallFrame>? = null, stackChanged: Boolean? = null, asyncStackTrace: StackTrace? = null, asyncStackTraceId: StackTraceId? = null, exceptionDetails: ExceptionDetails? = null)
Content copied to clipboard
Properties
asyncStackTrace
Link copied to clipboard
asyncStackTraceId
Link copied to clipboard
callFrames
Link copied to clipboard
exceptionDetails
Link copied to clipboard
stackChanged
Link copied to clipboard